home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / map.dir / 00106_Script_106 < prev    next >
Text File  |  1995-11-02  |  258b  |  7 lines

  1. on exitFrame
  2.   Put Line 1 of field "1" into field "local1"
  3.   put line 3 to 4 of field "1" into field "local2"
  4.   PUT LINE 1 OF FIELD "1" INTO FIELD "GLOBAL1"
  5.     PUT LINE 3 TO 4 OF FIELD "1" INTO FIELD "GLOBAL2"
  6.   set the puppet of sprite 33 to true
  7. end